home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / rocketman.swf / scripts / frame_284 / DoAction.as
Text File  |  2007-01-12  |  150b  |  10 lines

  1. stopAllSounds();
  2. Mouse.show;
  3. soundClip.play();
  4. onMouseDown = null;
  5. onMouseDown = function()
  6. {
  7.    onMouseDown = null;
  8.    gotoAndStop(280);
  9. };
  10.